home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
tcpd.config
< prev
next >
Wrap
Text File
|
2008-05-03
|
254b
|
14 lines
#!/bin/sh -e
# Only ask about the configuration if there are no hosts.{allow,deny} files
if [ ! -e /etc/hosts.allow ] && [ ! -e /etc/hosts.deny ]; then
. /usr/share/debconf/confmodule
db_input medium tcpd/paranoid-mode || true
db_go
fi
exit 0